Add TAL-Reverb-II plugin to test
[juce-lv2.git] / juce / source / extras / audio plugin host / Builds / MacOSX / Info.plist
blob8f3a95741446c9be10966fbc38b42d920f283a3e
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4 <plist>
5 <dict>
6 <key>CFBundleExecutable</key>
7 <string>${EXECUTABLE_NAME}</string>
8 <key>CFBundleIconFile</key>
9 <string></string>
10 <key>CFBundleIdentifier</key>
11 <string>com.rawmaterialsoftware.pluginhost</string>
12 <key>CFBundleName</key>
13 <string>Plugin Host</string>
14 <key>CFBundlePackageType</key>
15 <string>APPL</string>
16 <key>CFBundleSignature</key>
17 <string>????</string>
18 <key>CFBundleShortVersionString</key>
19 <string>1.0.0</string>
20 <key>CFBundleVersion</key>
21 <string>1.0.0</string>
22 </dict>
23 </plist>